Hệ thống quản lý thanh toán POS nhà hàng

1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmNotes
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmNotes))
30         Me.txtNotes = New System.Windows.Forms.RichTextBox()
31         Me.btnClose = New System.Windows.Forms.Button()
32         Me.btnOkay = New System.Windows.Forms.Button()
33         Me.btnKeyboard = New System.Windows.Forms.Button()
34         Me.lblSet = New System.Windows.Forms.Label()
35         Me.dgw = New System.Windows.Forms.DataGridView()
36         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
37         Me.btnClear = New System.Windows.Forms.Button()
38         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
39         Me.SuspendLayout()
40         
'
41         
'txtNotes
42         
'
43         Me.txtNotes.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
44         Me.txtNotes.Location = New System.Drawing.Point(
1, 1)
45         Me.txtNotes.Name =
"txtNotes"
46         Me.txtNotes.Size = New System.Drawing.Size(
190, 284)
47         Me.txtNotes.TabIndex =
0
48         Me.txtNotes.Text =
""
49         
'
50         
'btnClose
51         
'
52         Me.btnClose.BackColor = System.Drawing.Color.Crimson
53         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
54         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
55         Me.btnClose.ForeColor = System.Drawing.SystemColors.ButtonHighlight
56         Me.btnClose.Location = New System.Drawing.Point(
197, 159)
57         Me.btnClose.Name =
"btnClose"
58         Me.btnClose.Size = New System.Drawing.Size(
116, 47)
59         Me.btnClose.TabIndex =
2
60         Me.btnClose.Text =
"&Close"
61         Me.btnClose.UseVisualStyleBackColor = False
62         
'
63         
'btnOkay
64         
'
65         Me.btnOkay.BackColor = System.Drawing.Color.DarkOrchid
66         Me.btnOkay.FlatStyle = System.Windows.Forms.FlatStyle.Popup
67         Me.btnOkay.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
68         Me.btnOkay.ForeColor = System.Drawing.SystemColors.ButtonHighlight
69         Me.btnOkay.Location = New System.Drawing.Point(
197, 1)
70         Me.btnOkay.Name =
"btnOkay"
71         Me.btnOkay.Size = New System.Drawing.Size(
116, 47)
72         Me.btnOkay.TabIndex =
1
73         Me.btnOkay.Text =
"&Okay"
74         Me.btnOkay.UseVisualStyleBackColor = False
75         
'
76         
'btnKeyboard
77         
'
78         Me.btnKeyboard.BackColor = System.Drawing.Color.DarkSlateBlue
79         Me.btnKeyboard.FlatStyle = System.Windows.Forms.FlatStyle.Popup
80         Me.btnKeyboard.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
81         Me.btnKeyboard.ForeColor = System.Drawing.SystemColors.ButtonHighlight
82         Me.btnKeyboard.Location = New System.Drawing.Point(
197, 53)
83         Me.btnKeyboard.Name =
"btnKeyboard"
84         Me.btnKeyboard.Size = New System.Drawing.Size(
116, 47)
85         Me.btnKeyboard.TabIndex =
368
86         Me.btnKeyboard.Text =
"&Keyboard"
87         Me.btnKeyboard.UseVisualStyleBackColor = False
88         
'
89         
'lblSet
90         
'
91         Me.lblSet.AutoSize = True
92         Me.lblSet.Location = New System.Drawing.Point(
226, 243)
93         Me.lblSet.Name =
"lblSet"
94         Me.lblSet.Size = New System.Drawing.Size(
23, 13)
95         Me.lblSet.TabIndex =
369
96         Me.lblSet.Text =
"Set"
97         Me.lblSet.Visible = False
98         
'
99         
'dgw
100         
'
101         Me.dgw.AllowUserToAddRows = False
102         Me.dgw.AllowUserToDeleteRows = False
103         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
104         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
105         Me.dgw.BackgroundColor = System.Drawing.Color.White
106         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
107         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
108         DataGridViewCellStyle2.BackColor = System.Drawing.Color.LightSeaGreen
109         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
110         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
111         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
112         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
113         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
114         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
115         Me.dgw.ColumnHeadersHeight =
24
116         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1})
117         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
118         Me.dgw.EnableHeadersVisualStyles = False
119         Me.dgw.GridColor = System.Drawing.Color.White
120         Me.dgw.Location = New System.Drawing.Point(
319, 1)
121         Me.dgw.MultiSelect = False
122         Me.dgw.Name =
"dgw"
123         Me.dgw.ReadOnly = True
124         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
125         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
126         DataGridViewCellStyle3.BackColor = System.Drawing.Color.Orange
127         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
128         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
129         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.LightSeaGreen
130         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
131         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
132         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle3
133         Me.dgw.RowHeadersWidth =
25
134         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
135         DataGridViewCellStyle4.BackColor = System.Drawing.Color.White
136         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Segoe UI Semibold", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
137         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.MediumTurquoise
138         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White
139         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle4
140         Me.dgw.RowTemplate.Height =
30
141         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
142         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
143         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
144         Me.dgw.Size = New System.Drawing.Size(
289, 284)
145         Me.dgw.TabIndex =
370
146         
'
147         
'Column1
148         
'
149         Me.Column1.HeaderText =
"Notes"
150         Me.Column1.Name =
"Column1"
151         Me.Column1.ReadOnly = True
152         Me.Column1.Width =
260
153         
'
154         
'btnClear
155         
'
156         Me.btnClear.BackColor = System.Drawing.Color.Maroon
157         Me.btnClear.FlatStyle = System.Windows.Forms.FlatStyle.Popup
158         Me.btnClear.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
159         Me.btnClear.ForeColor = System.Drawing.SystemColors.ButtonHighlight
160         Me.btnClear.Location = New System.Drawing.Point(
197, 106)
161         Me.btnClear.Name =
"btnClear"
162         Me.btnClear.Size = New System.Drawing.Size(
116, 47)
163         Me.btnClear.TabIndex =
372
164         Me.btnClear.Text =
"C&lear"
165         Me.btnClear.UseVisualStyleBackColor = False
166         
'
167         
'frmNotes
168         
'
169         Me.AcceptButton = Me.btnOkay
170         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
171         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
172         Me.ClientSize = New System.Drawing.Size(
612, 286)
173         Me.Controls.Add(Me.btnClear)
174         Me.Controls.Add(Me.dgw)
175         Me.Controls.Add(Me.lblSet)
176         Me.Controls.Add(Me.btnKeyboard)
177         Me.Controls.Add(Me.btnClose)
178         Me.Controls.Add(Me.btnOkay)
179         Me.Controls.Add(Me.txtNotes)
180         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
181         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
182         Me.MaximizeBox = False
183         Me.MinimizeBox = False
184         Me.Name =
"frmNotes"
185         Me.ShowIcon = False
186         Me.ShowInTaskbar = False
187         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
188         Me.Text =
"Notes"
189         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
190         Me.ResumeLayout(False)
191         Me.PerformLayout()
192
193     End Sub
194     Friend WithEvents txtNotes As System.Windows.Forms.RichTextBox
195     Friend WithEvents btnClose As System.Windows.Forms.Button
196     Friend WithEvents btnOkay As System.Windows.Forms.Button
197     Friend WithEvents btnKeyboard As System.Windows.Forms.Button
198     Friend WithEvents lblSet As System.Windows.Forms.Label
199     Friend WithEvents dgw As System.Windows.Forms.DataGridView
200     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
201     Friend WithEvents btnClear As System.Windows.Forms.Button
202 End Class


Gõ tìm kiếm nhanh...